Reset
TheReset
method changes this transform to an identity transform.
ODTransform Reset ();
- return value
- A reference to this transform reset to the identity transform.
DISCUSSION
Except for transforms created by theCopy
method, newly created transforms start out as identity transforms; this method changes a transform back to the initial state.OVERRIDING
If you subclassODTransform
to create a nonlinear transform class, you must override this method. Your override method can call its inherited method at any point in your implementation (it does not matter where).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help